home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / Paper Planes / Planes / 00015.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  213 b   |  14 lines

  1. on mouseDown
  2.   noHiliteButtonDown()
  3. end
  4.  
  5. on mouseUp
  6.   global WhichMenu, LastFoil
  7.   set test to noHiliteButtonUp()
  8.   if test then
  9.     set WhichMenu to LastFoil
  10.     removeMainUI()
  11.     go(the frame + 1)
  12.   end if
  13. end
  14.